home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / MailMergeServer.bundle / English.lproj / selectDB.nib / data.classes next >
Text File  |  1994-12-14  |  1KB  |  65 lines

  1. SelectDBController = {
  2.     ACTIONS = {
  3.     saveDatabase:;
  4.     selectUserGivenDB:;
  5.     handleUpDownButton:;
  6.     showImportOptionsPanel:;
  7.     windowDidBecomeKey:;
  8.     findDatabase:;
  9.     useDefaultSettings:;
  10.     cellDoubleClicked:;
  11.     cellClicked:;
  12.     capturePreferences:;
  13.     newDBButtonClicked:;
  14.     };
  15.     OUTLETS = {
  16.     renameButton;
  17.     prefEndOfRecord;
  18.     knownLocations;
  19.     prefBeginEndField;
  20.     mailMergeServer;
  21.     newButton;
  22.     nameField;
  23.     saveDBButton;
  24.     dbBrowser;
  25.     mainWindow;
  26.     prefFieldSep;
  27.     prefPanel;
  28.     prefFirstRecIsHeader;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. FirstResponder = {
  33.     ACTIONS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. MailMergeServer = {
  38.     ACTIONS = {
  39.     switchToView:;
  40.     handleUpDownButton:;
  41.     handleMergeButton:;
  42.     };
  43.     OUTLETS = {
  44.     mTarget;
  45.     editDBController;
  46.     downButton;
  47.     upButton;
  48.     insertVarButton;
  49.     prefController;
  50.     currentView;
  51.     mainButtonMatrix;
  52.     refBundle;
  53.     prefView;
  54.     selectDBController;
  55.     defineDBView;
  56.     selectDBView;
  57.     editView;
  58.     iTarget;
  59.     defineDBController;
  60.     currentController;
  61.     mainView;
  62.     };
  63.     SUPERCLASS = Object;
  64. };
  65.